go/types.Checker.unpackRecv (method)
3 uses
go/types (current package)
resolver.go#L433: ptr, recv, _ := check.unpackRecv(d.decl.Recv.List[0].Type, false)
resolver.go#L497: func (check *Checker) unpackRecv(rtyp ast.Expr, unpackParams bool) (ptr bool, rname *ast.Ident, tparams []*ast.Ident) {
signature.go#L113: _, rname, rparams := check.unpackRecv(recvPar.List[0].Type, true)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)